projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4c151
)
(describe-variable): Don't call substitute-command-keys.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 21:18:39 +0000
(21:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 21:18:39 +0000
(21:18 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index e416fd3d88764006ef25a237078611c59cd79d53..68c18ecd48a6f3e44189b829d74612e156929eb9 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-627,9
+627,7
@@
Returns the documentation as a string, also."
(princ "Documentation:")
(terpri)
(let ((doc (documentation-property variable 'variable-documentation)))
- (if doc
- (princ (substitute-command-keys doc))
- (princ "not documented as a variable.")))
+ (princ (or doc "not documented as a variable.")))
(print-help-return-message)
(save-excursion
(set-buffer standard-output)